home *** CD-ROM | disk | FTP | other *** search
- #include "ComponentData.h"
- #include "MyTargetComponent.h"
-
- pascal ComponentResult MyTargetComponent(PrivateGlobals **storage, ComponentInstance parent)
- {
- ComponentResult result;
-
- (*storage)->parent = parent;
-
- if ( (*storage)->delegate )
- result = ComponentSetTarget( (*storage)->delegate,parent );
-
- return result;
- }
-